Connect the modules
Connections
We'll now connect these modules. Connections determine how data flows or is shared among modules, and affects the modules' order of execution.
(Note: the order in which we instance and connect modules is, with the exception of certain array connections, unimportant. We could have instanced and connected these modules in any order.)
The method of connecting modules was covered in the second workbook. There is an advanced method which is covered here.
We could leave these modules in their current positions, but let's move them around so they better match how we want the data to flow. Adjust the positions to approximately match:
and let's just connect a few of them as shown below
We are not connecting all of the modules at this time for two reasons:
- We want to examine the simplest 2D kriging applications first and then make it more complex.
- krig_2d will not connect to plume_area until krig_2d has been run. More on this in the next topic..Home Tab Basic Options.